shout3d.core
Class StillCamProgAntialias

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.PostRenderEffect
              |
              +--shout3d.core.ProgressiveAntialias
                    |
                    +--shout3d.core.StillCamProgAntialias

public class StillCamProgAntialias
extends ProgressiveAntialias
implements ResourceObserver

A Still Camera Progressive Antialiase Post Render Effect.


Fields inherited from class shout3d.core.PostRenderEffect
enabled
 
Constructor Summary
StillCamProgAntialias()
           
 
Method Summary
 void onLoadDone(java.lang.String nameOfResource, boolean success, java.lang.Object userData)
           
 void setViewer(Shout3DViewer viewer)
           
 
Methods inherited from class shout3d.core.ProgressiveAntialias
filter
 
Methods inherited from class shout3d.core.PostRenderEffect
applyBeforeAlphaPrimitives
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StillCamProgAntialias

public StillCamProgAntialias()
Method Detail

setViewer

public void setViewer(Shout3DViewer viewer)
Overrides:
setViewer in class Node

onLoadDone

public void onLoadDone(java.lang.String nameOfResource,
                       boolean success,
                       java.lang.Object userData)
Specified by:
onLoadDone in interface ResourceObserver